MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / IItemCollection<T> Interface
The type of items contained in the collection.
Members

IItemCollection<T> Interface
Represents a collection of items that can be accessed by index and provides read-only functionality.
Object Model
IItemCollection<T> Interface
Syntax
'Declaration
 
Public Interface IItemCollection(Of T) 
 
Type Parameters
T
The type of items contained in the collection.
See Also